projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbf823
)
* lisp/speedbar.el (imenu): Require unconditionally.
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 4 Feb 2024 10:26:43 +0000
(11:26 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 4 Feb 2024 10:41:06 +0000
(11:41 +0100)
lisp/speedbar.el
patch
|
blob
|
history
diff --git
a/lisp/speedbar.el
b/lisp/speedbar.el
index 1cb72dc23e636bfd823bde437b99919ada968737..2ed97986fe7e2e8bfceaaeec6ad9889e6e665ab0 100644
(file)
--- a/
lisp/speedbar.el
+++ b/
lisp/speedbar.el
@@
-3488,7
+3488,7
@@
functions to do caching and flushing if appropriate."
nil
-(eval-when-compile (
condition-case nil (require 'imenu) (error nil)
))
+(eval-when-compile (
require 'imenu
))
(declare-function imenu--make-index-alist "imenu" (&optional no-error))
(defun speedbar-fetch-dynamic-imenu (file)